-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/137 playwright setup #138
base: main
Are you sure you want to change the base?
Conversation
Merged |
I created a small example file that loaded This branch is working and all the feedback is addressed. Better to have this merged now to open the door for others to expand further on this work than have it remain in pull request status any longer I think. |
"resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", | ||
"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost all properties resolved
and integrity
are removed by b0ed5b5
I cannot reproduce that with npm update
from 57476b1 with [email protected]
It looks a lot like npm/cli#6301
What process and tool did you use, @henrycatalinismith ?
"arm64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"linux" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-linux-arm64-musl": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.15.tgz", | ||
"integrity": "sha512-k5xf/tg1FBv/M4CMd8S+JL3uV9BnnRmoe7F+GWC3DxkTCD9aewFRH1s5rJ1zkzDa+Do4zyN8qD0N8c84Hu96FQ==", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"linux" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-linux-x64-gnu": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.15.tgz", | ||
"integrity": "sha512-kE6q38hbrRbKEkkVn62reLXhThLRh6/TvgSP56GkFNhU22TbIrQDEMrO7j0IcQHcew2wfykq8lZyHFabz0oBrA==", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"linux" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-linux-x64-musl": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.15.tgz", | ||
"integrity": "sha512-PZ5YE9ouy/IdO7QVJeIcyLn/Rc4ml9M2G4y3kCM9MNf1YKvFY4heg3pVa/jQbMro+tP6yc4G2o9LjAz1zxD7tQ==", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"linux" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-win32-arm64-msvc": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.15.tgz", | ||
"integrity": "sha512-2raR16703kBvYEQD9HNLyb0/394yfqzmIeyp2nDzcPV4yPjqNUG3ohX6jX00WryXz6s1FXpVhsCo3i+g4RUX+g==", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"win32" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-win32-ia32-msvc": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.15.tgz", | ||
"integrity": "sha512-fyTE8cklgkyR1p03kJa5zXEaZ9El+kDNM5A+66+8evQS5e/6v0Gk28LqA0Jet8gKSOyP+OTm/tJHzMlGdQerdQ==", | ||
"cpu": [ | ||
"ia32" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"win32" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"node_modules/@next/swc-win32-x64-msvc": { | ||
"version": "14.2.15", | ||
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.15.tgz", | ||
"integrity": "sha512-SzqGbsLsP9OwKNUG9nekShTwhj6JSB9ZLMWQ8g1gG6hdE5gQLncbnbymrwy2yVmH9nikSLYRYxYMFu78Ggp7/g==", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"optional": true, | ||
"os": [ | ||
"win32" | ||
], | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need @next/swc-linux-x64-gnu
for my development environment and we have developers on Windows too.
Running next build
will repopulate package-lock.json with all of these again.
See cce5aca
This will affect and confuse the next developer so I think we should fix it before merging.
Playwright Setup
Resolves #137